func crypto/internal/fips140/mlkem.polyByteDecode
5 uses
crypto/internal/fips140/mlkem (current package)
field.go#L164: func polyByteDecode[T ~[n]fieldElement](b []byte) (T, error) {
mlkem1024.go#L170: dk.s[i], err = polyByteDecode[nttElement](b[:encodingSize12])
mlkem1024.go#L336: ek.t[i], err = polyByteDecode[nttElement](ekPKE[:encodingSize12])
mlkem768.go#L229: dk.s[i], err = polyByteDecode[nttElement](b[:encodingSize12])
mlkem768.go#L395: ek.t[i], err = polyByteDecode[nttElement](ekPKE[:encodingSize12])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |